@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  background: #fff;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture2.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture2.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  position: relative;
  z-index: 1;
  height: 940px;
}
.banner .slider {
  width: 100%;
  height: 940px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider .slider-main {
  width: 1920px;
  height: 940px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .slider .slider-btn .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .slider .slider-btn .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .slider:hover .slider-btn-prev {
  left: 3%;
}
.banner .slider:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .slider .slider-nav {
  position: absolute;
  right: 50%;
  margin-right: -620px;
  bottom: 130px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .slider .slider-nav li {
  display: block;
  float: left;
  width: 27px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-left: 15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.banner .slider .slider-nav li.active {
  background-color: #0955bd;
}
@media screen and (max-width: 1520px) {
  .banner:before {
    display: none;
  }
  .banner .slider {
    border-radius: 0;
  }
}
.inTop {
  position: absolute;
  z-index: 21;
  bottom: -12px;
  left: 50%;
  margin-left: -620px;
  width: 600px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 0.2);
  border-radius: 20px;
  padding: 42px 0 0 56px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inTop * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inTop .tt {
  line-height: 32px;
}
.inTop .tt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inTop .tt .xunpan {
  float: left;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #999999;
}
.inTop .tt .xunpan:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url(../images/xunpan.png) center center no-repeat;
  border-radius: 100%;
  margin-right: 8px;
}
.inTop .tt .xunpan i {
  color: #0955bd;
  font-weight: bold;
  margin: 0 5px;
}
.inTop .tt .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #0955bd;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(9, 85, 189, 0.15);
}
.inTop .tt .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #0955bd;
}
.inTop .tt .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.inTop .tt .tel {
  font-weight: bold;
  color: #0955bd;
  font-family: Arial;
  font-size: 24px;
  margin-left: 58px;
  position: relative;
  float: left;
}
.inTop .tt .tel:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #dedede;
  left: -32px;
  top: 50%;
  margin-top: -8px;
}
.inTop .tt .tel:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 32px;
  vertical-align: top;
  margin-right: 8px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) 0 center no-repeat;
}
.inTop .search {
  margin-top: 25px;
  position: relative;
  width: 468px;
  height: 34px;
  border-radius: 20px;
  border: solid 1px #dedede;
  overflow: hidden;
  padding-right: 110px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.5s cubic-bezier(0, 0, 0.18, 0.96);
}
.inTop .search .searchInp {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 30px 0 0 30px;
  background: none;
  border: none;
  padding: 0 10px 0 40px;
  position: relative;
  background: url(../images/searchico.png) 15px center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .searchInp::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inTop .search .searchInp::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inTop .search .searchInp:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inTop .search .searchInp:focus,
.inTop .search .searchInp:active {
  z-index: 2;
}
.inTop .search .searchInp:focus::-webkit-input-placeholder,
.inTop .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .searchInp:focus::-moz-placeholder,
.inTop .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .searchInp:focus:-ms-input-placeholder,
.inTop .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .submitBtn {
  border-radius: 0 30px 30px 0;
  line-height: 30px;
  width: 104px;
  height: 30px;
  background-color: #0955bd;
  text-align: center;
  cursor: pointer;
  position: absolute;
  color: #fff;
  right: 1px;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.5s cubic-bezier(0, 0, 0.18, 0.96);
}
.inTop .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.inTop .search:hover {
  border-color: #0955bd;
}
.moreLink {
  display: block;
  width: 148px;
  border-bottom: 1px solid #565656;
  line-height: 1;
  padding-bottom: 16px;
  position: relative;
}
.moreLink:after {
  content: "";
  position: absolute;
  background: #0955bd;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.moreLink:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.moreLink:before {
  content: "";
  height: 13px;
  width: 53px;
  background: url(../images/morear.png) 0 center no-repeat;
  float: right;
}
.moreLink:hover {
  color: #0955bd;
}
.moreLink:hover:before {
  animation: zyfd 1.5s linear infinite;
}
.about {
  padding-top: 110px;
}
.about .aboutBox {
  z-index: 1;
  height: 421px;
}
.about .aboutBox .aboutEn {
  position: absolute;
  font-family: "Arial Black";
  font-size: 140px;
  line-height: 104px;
  letter-spacing: 11px;
  color: #f8fcf8;
  z-index: -1;
  left: 575px;
  top: 0;
  white-space: nowrap;
}
.about .aboutBox .aboutIco {
  position: absolute;
  width: 139px;
  height: 182px;
  background: url(../images/aboutIco.png) 0 center no-repeat;
  top: 337px;
  left: -260px;
}
.about .aboutPic {
  float: left;
  position: relative;
  height: 421px;
  width: 532px;
  z-index: 2;
  padding-top: 45px;
  margin-left: -30px;
}
.about .aboutPic:before {
  content: "";
  display: block;
  position: absolute;
  width: 532px;
  height: 376px;
  left: -27px;
  top: 18px;
  background: #0955bd;
  z-index: -1;
  border-radius: 20px;
}
.about .aboutPic .video {
  display: block;
  width: 532px;
  height: 376px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .video img,
.about .aboutPic .video iframe {
  display: block;
  width: 532px;
  height: 376px;
}
.about .aboutPic .video:hover {
  box-shadow: 0 15px 15px -10px rgba(9, 85, 189, 0.4);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.about .aboutPic .honor {
  display: block;
  width: 180px;
  height: 226px;
  background-color: #ffffff;
  border: solid 6px #ffffff;
  position: absolute;
  right: 0;
  bottom: -60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .honor img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .honor:hover {
  box-shadow: 0 15px 15px -10px rgba(9, 85, 189, 0.4);
}
.about .aboutText {
  width: 650px;
  position: relative;
  float: right;
  height: 421px;
  padding-top: 45px;
}
.about .aboutText .tit h4 {
  font-family: "Arial Black";
  font-size: 47px;
  line-height: 36px;
}
.about .aboutText .tit h4 i {
  color: #ef8100;
}
.about .aboutText .tit h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin-top: 28px;
}
.about .aboutText .tit h3:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 185px;
  height: 2px;
  background-color: #535353;
  margin-right: 10px;
  position: relative;
  bottom: 4px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  margin-top: 50px;
  font-size: 14px;
  text-align: justify;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .moreLink {
  margin-top: 100px;
}
.about .aboutText .moreLink:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutText .moreLink:hover:after {
  animation: zyfd 1.5s linear infinite;
}
.about .aboutText .aLink {
  margin-top: 38px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about .aboutText .aLink:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .aLink a {
  display: block;
  float: left;
  height: 104px;
  position: relative;
  width: 115px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #eeeeee;
  text-align: center;
  padding-top: 14px;
  color: #999999;
  margin-left: 23px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.about .aboutText .aLink a i {
  display: block;
  width: 30px;
  height: 32px;
  overflow: hidden;
  margin: auto;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a i:before,
.about .aboutText .aLink a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a i:before {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.about .aboutText .aLink a i.ico1:before,
.about .aboutText .aLink a i.ico1:after {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico2:before,
.about .aboutText .aLink a i.ico2:after {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico3:before,
.about .aboutText .aLink a i.ico3:after {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aboutText .aLink a .line {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #cccccc;
  margin: 3px auto 0;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.about .aboutText .aLink a .cn {
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.about .aboutText .aLink a:hover {
  border-color: #0955bd;
  color: #0955bd;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.about .aboutText .aLink a:hover i:before,
.about .aboutText .aLink a:hover i:after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.about .aboutText .aLink a:hover .line {
  background-color: #0955bd;
}
.honor {
  height: 290px;
  padding-top: 50px;
  margin-top: 48px;
}
.honor:before {
  content: "";
  display: block;
  position: absolute;
  width: 1745px;
  height: 288px;
  background-color: #fafafa;
  border-radius: 1px;
  left: -156px;
  top: 0;
  z-index: -1;
}
.honor .tit {
  float: left;
  width: 80px;
  height: 190px;
  background: url(../images/honortit.png) center center no-repeat;
  border: solid 3px #a6cafc;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 60px 30px 0;
  text-align: center;
  line-height: 19px;
  margin-left: -8px;
}
.honor .bd {
  width: 1137px;
  overflow: hidden;
  height: 190px;
  float: right;
}
.honor .bd ul {
  margin-right: -19px;
}
.honor .bd ul li {
  float: left;
  width: 270px;
  height: 190px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 19px;
}
.honor .bd ul li .pic {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  display: block;
}
.honor .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honor .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: rgba(9, 85, 189, 0.5);
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honor .bd ul li:hover .pic {
  border-color: #0955bd;
}
.title {
  line-height: 1;
}
.title h3 {
  position: relative;
  font-size: 24px;
}
.title h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 46px;
  background: url(../images/titico.png) 0 0 no-repeat;
  top: -22px;
  left: -42px;
}
.title h4 {
  line-height: 12px;
  font-family: Arial;
  font-size: 14px;
  margin-top: 16px;
}
.title h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 1px;
  background-color: #666666;
  margin-right: 25px;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
}
.service {
  padding-top: 70px;
}
.service * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.service .xmBox {
  margin-top: 28px;
}
.service .xmBox .xmIco {
  position: absolute;
  width: 139px;
  height: 182px;
  background: url(../images/aboutIco.png) 0 center no-repeat;
  top: 240px;
  right: -219px;
}
.service .xmTabs {
  height: 330px;
  position: relative;
}
.service .xmTabs .hd {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 32px;
  width: 550px;
  border-bottom: 1px solid #d7d7d7;
}
.service .xmTabs .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.service .xmTabs .hd ul li {
  float: left;
}
.service .xmTabs .hd ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  max-width: 146px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .xmTabs .hd ul li a:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #666666;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.service .xmTabs .hd ul li:hover a,
.service .xmTabs .hd ul li.on a {
  font-weight: bold;
  color: #0955bd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .xmTabs .hd ul li:hover a:before,
.service .xmTabs .hd ul li.on a:before {
  background-color: #0955bd;
}
.service .xmTabs .bd {
  overflow: hidden;
  height: 330px;
  position: relative;
  z-index: 1;
}
.service .xmTabs .bd ul li {
  height: 330px;
}
.service .xmTabs .bd ul li .pic {
  float: right;
  display: block;
  width: 520px;
  height: 330px;
  border-radius: 10px;
  border: solid 1px #dbdbdb;
  z-index: 2;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .xmTabs .bd ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .xmTabs .bd ul li .cont {
  float: left;
  width: 550px;
  padding-top: 128px;
}
.service .xmTabs .bd ul li .cont .tit {
  position: relative;
  height: 50px;
  padding-left: 80px;
}
.service .xmTabs .bd ul li .cont .tit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .xmTabs .bd ul li .cont .tit .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
  height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .xmTabs .bd ul li .cont .tit .bt:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.service .xmTabs .bd ul li .cont .tit .en {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #cccccc;
}
.service .xmTabs .bd ul li .cont .tit .more {
  position: absolute;
  left: 0;
  top: 18px;
  height: 13px;
  width: 52px;
  background: url(../images/xmbdar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .xmTabs .bd ul li .cont .tit .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.service .xmTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 27px;
}
.service .xmTabs .bd ul li:hover:hover .pic {
  border-color: #0955bd;
}
.service .xmTabs .bd ul li:hover:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.service .xmTabs .bd ul li:hover:hover .cont .bt {
  color: #0955bd;
}
.service .list {
  padding: 90px 0;
  position: relative;
}
.service .list:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1750px;
  background-color: #f7f7f7;
  z-index: -1;
  right: -170px;
  top: 0;
}
.service .list ul {
  margin-right: -26px;
}
.service .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .list ul li {
  width: 290px;
  margin-right: 26px;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.service .list ul li:after {
  content: "";
  position: absolute;
  background: #0955bd;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.service .list ul li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.service .list ul li .pic {
  display: block;
  width: 100%;
  height: 0;
  height: 210px;
  border-radius: 10px;
  border: solid 6px #ffffff;
  z-index: 2;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.service .list ul li .pic img {
  display: block;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
  height: 47px;
  line-height: 46px;
  font-size: 16px;
  position: relative;
  padding-right: 65px;
  padding-left: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .list ul li .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
  width: 53px;
  height: 13px;
  background: url(../images/proli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .list ul li:hover .pic {
  border-color: #0955bd;
}
.service .list ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.service .list ul li:hover .bt {
  color: #0955bd;
}
.service .list ul li:hover .bt:before {
  background: url(../images/prolih.png) 0 center no-repeat;
  animation: zyfd 1.5s linear infinite;
}
.youshi {
  padding: 80px 0 98px;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysIco {
  position: absolute;
  width: 139px;
  height: 182px;
  background: url(../images/aboutIco.png) 0 center no-repeat;
  top: -165px;
  left: -189px;
}
.youshi .ysEn {
  position: absolute;
  width: 33px;
  height: 261px;
  background: url(../images/ysen.png) 0 center no-repeat;
  bottom: -20px;
  left: -142px;
}
.youshi .ysCont {
  float: left;
  width: 620px;
}
.youshi .ysCont .ysTit {
  background: url(../images/ystit.png) 0 0 no-repeat;
  padding-top: 68px;
}
.youshi .ysCont .ysTit h3 {
  font-size: 25px;
  line-height: 1;
}
.youshi .ysCont .ysTit h3:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  width: 41px;
  bottom: 3px;
  height: 2px;
  background-color: #313131;
  border-radius: 1px;
  margin-right: 10px;
}
.youshi .ysCont .ysTit h5 {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 8px;
}
.youshi .ysCont .bd {
  height: 276px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li h4 {
  padding-top: 66px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.youshi .ysCont .bd ul li h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 14px;
  color: #999999;
}
.youshi .ysCont .bd ul li .text {
  color: #666666;
  line-height: 34px;
  margin-top: 20px;
}
.youshi .ysCont .bd ul li:hover h4 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysCont .bd ul li:hover h5 {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.youshi .ysCont .bd ul li:hover .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysCont .next {
  display: block;
  width: 111px;
  height: 24px;
  position: relative;
  border-bottom: 1px solid #333333;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .next:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/prolih.png) 0 center no-repeat;
  width: 53px;
  height: 13px;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .next:hover {
  border-color: #0955bd;
}
.youshi .ysCont .next:hover:before {
  right: 26px;
}
.youshi .ysCont .tel {
  font-size: 18px;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
  margin-top: 70px;
}
.youshi .ysCont .tel:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 23px;
  vertical-align: top;
  margin-right: 10px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) 0 center no-repeat;
}
.youshi .ysPic {
  float: right;
  width: 505px;
  height: 664px;
  margin-top: 33px;
}
.youshi .ysPic .bd {
  width: 721px;
  height: 664px;
  overflow: hidden;
}
.youshi .ysPic .bd li img {
  display: block;
  width: 721px;
  height: 664px;
}
.youshi .hd {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 928px;
  height: 114px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(177, 177, 177, 0.4);
  border-radius: 6px;
  z-index: 2;
  padding-top: 25px;
  padding-left: 60px;
  padding-right: 56px;
}
.youshi .hd ul {
  float: left;
}
.youshi .hd ul li {
  float: left;
  border-radius: 15px;
  width: 64px;
  height: 64px;
  margin-left: 96px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li:first-child {
  margin-left: 0;
}
.youshi .hd ul li img {
  display: block;
  width: 64px;
  height: 64px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li.on {
  box-shadow: 0px 0px 10px 0px #b1b1b1;
}
.youshi .hd ul li.on img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.youshi .hd .zxLink {
  display: block;
  float: right;
  width: 170px;
  height: 50px;
  background-color: #0955bd;
  border-radius: 10px;
  margin-top: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd .zxLink:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 19px;
  background: url(../images/zxico.png) 0 center no-repeat;
  margin-right: 40px;
  position: relative;
  z-index: 2;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd .zxLink:after {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  opacity: 0.2;
  left: -26px;
  top: -19px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd .zxLink:hover {
  color: #0955bd;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(9, 85, 189, 0.5);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.youshi .hd .zxLink:hover:after {
  background-color: #0955bd;
  opacity: 1;
}
.case .caseBox {
  padding: 80px 0 100px;
}
.case .caseBox:before {
  content: "";
  display: block;
  position: absolute;
  width: 1750px;
  height: 100%;
  background-color: #f7f7f7;
  left: -170px;
  top: 0;
  z-index: -1;
}
.case .caseBox .round {
  position: absolute;
  width: 29px;
  height: 29px;
  background-color: #0955bd;
  bottom: -20px;
  border-radius: 100%;
  left: -190px;
}
.case .caseBox .caseIco {
  position: absolute;
  width: 139px;
  height: 182px;
  background: url(../images/aboutIco.png) 0 center no-repeat;
  top: -86px;
  left: 608px;
}
.case .caseSwiper {
  margin-top: 48px;
}
.case .caseSwiper ul li {
  float: left;
  width: 370px;
  overflow: hidden;
  margin-right: 65px;
  position: relative;
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 10px;
  border: solid 6px #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .tt {
  margin-top: 10px;
  height: 40px;
}
.case .caseSwiper ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: #fefefe;
  border-radius: 10px;
  padding: 0 24px;
  float: left;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0955bd, #0955bd);
  background-image: linear-gradient(to right, #0955bd, #0955bd);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseSwiper ul li .tt .more {
  float: right;
  width: 99px;
  height: 40px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .tt .more:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/proli.png) 0 center no-repeat;
  width: 53px;
  height: 13px;
  right: 0;
  top: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li:hover .pic {
  border-color: #0955bd;
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseSwiper ul li:hover .bt {
  background-size: 100% 100%;
  color: #fff;
}
.case .caseSwiper ul li:hover .more {
  border-color: #0955bd;
}
.case .caseSwiper ul li:hover .more:before {
  background: url(../images/prolih.png) 0 center no-repeat;
}
.news {
  padding: 80px 0 90px;
}
.news * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsBox {
  margin-top: 68px;
}
.news .newsBox .newsL {
  float: left;
  width: 394px;
  height: 540px;
  background-color: #f7f7f7;
  padding: 40px 27px;
  position: relative;
}
.news .newsBox .newsL .tit {
  position: absolute;
  z-index: 2;
  right: 28px;
  top: 68px;
}
.news .newsBox .newsL .tit a {
  display: block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  background-color: #0955bd;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.news .newsBox .newsL .bd {
  width: 340px;
  height: 500px;
  overflow: hidden;
}
.news .newsBox .newsL .bd ul li .date {
  padding-top: 8px;
  color: #0955bd;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsL .bd ul li .date i {
  line-height: 30px;
  font-size: 38px;
  display: block;
}
.news .newsBox .newsL .bd ul li .date span {
  display: block;
  margin-top: 15px;
  line-height: 12px;
  font-size: 16px;
}
.news .newsBox .newsL .bd ul li .pic {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsL .bd ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsL .bd ul li .cont {
  height: 174px;
  padding-top: 32px;
}
.news .newsBox .newsL .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  font-size: 20px;
  height: 40px;
}
.news .newsBox .newsL .bd ul li .cont .line {
  height: 1px;
  background-color: #cccccc;
  margin-top: 12px;
}
.news .newsBox .newsL .bd ul li .cont p {
  color: #999999;
  line-height: 24px;
  margin-top: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newsL .bd ul li:hover .date {
  opacity: 1;
}
.news .newsBox .newsL .bd ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsBox .newsL .bd ul li:hover .cont .bt {
  color: #0955bd;
}
.news .newsBox .newsR {
  width: 765px;
  float: right;
  position: relative;
}
.news .newsBox .newsR .tit {
  position: absolute;
  z-index: 2;
  left: 233px;
  top: 106px;
  padding-left: 65px;
  height: 28px;
  background: url(../images/newstit.png) 0 center no-repeat;
}
.news .newsBox .newsR .tit a {
  display: block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  background-color: #0955bd;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.news .newsBox .newsR .one {
  height: 130px;
}
.news .newsBox .newsR .one .pic {
  display: block;
  width: 198px;
  height: 130px;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .one .cont {
  float: right;
  width: 540px;
  height: 85px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-left: 124px;
  padding-top: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .one .cont .date {
  position: absolute;
  left: 0;
  top: 12px;
  color: #cccccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .one .cont .date i {
  display: block;
  font-size: 34px;
  line-height: 26px;
}
.news .newsBox .newsR .one .cont .date span {
  display: block;
  color: #999999;
  font-size: 14px;
  margin-top: 6px;
  line-height: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .newsR .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 4px;
}
.news .newsBox .newsR .one:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsBox .newsR .one:hover .cont {
  border-color: #0955bd;
}
.news .newsBox .newsR .one:hover .cont .date {
  color: #0955bd;
}
.news .newsBox .newsR .one:hover .cont .bt {
  color: #0955bd;
}
.news .newsBox .newsR .list {
  margin-top: 15px;
}
.news .newsBox .newsR .list ul li {
  height: 79px;
  line-height: 78px;
  border-bottom: 1px dashed #eeeeee;
  position: relative;
}
.news .newsBox .newsR .list ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .newsR .list ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #0955bd;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsBox .newsR .list ul li:hover:after,
.news .newsBox .newsR .list ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsBox .newsR .list ul li .date {
  float: left;
  font-size: 24px;
  color: #cccccc;
  width: 92px;
}
.news .newsBox .newsR .list ul li .bt {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  padding-right: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .list ul li .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/newsli.png) 0 center no-repeat;
  width: 25px;
  height: 13px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .list ul li:hover .bt {
  color: #0955bd;
}
.news .newsBox .newsR .list ul li:hover .bt:before {
  background: url(../images/newslih.png) 0 center no-repeat;
}
